Categories | Question details Back To List | ||
problem with combo when all the other columns are "ro" Hi, I have a problem with combo when all others column are ro for exemple : my header are defined like this : <rows> <head> <column id="col1ro" width="100" type="ro" align="left" sort="na">name1</column> <column id="col2ro" width="100" type="ro" align="left" sort="na">name2</column> <column id="col3ro" width="100" type="ro" align="left" sort="na">name3</column> <column id="mycombo" width="100" type="combo" align="center" sort="na" source="MyService" filter="true">namecombo</column> </head> </rows> if I navigate in my grid with the tabulation touch my combo cell open and close after immediatly If I just change one of my ro column in "ed" , when I navigate in my grid with the tabulation touch, when I'm in the combo column it stay in editable mode and don't close immediatly. I have v.2.1 build 90226 thanks. c.bilavarn Answer posted by Alex (support) on Nov 17, 2009 02:14 Hello, please, contact us at support@dhtmlx.com, provide your ref.number and we'll send you fix. |