Dropdown selected value disappears from cell

My solution is using CurrentCellCloseDropDown and EditModeChanged events. The problem is that sometimes when I select a new value from dropdown column, the cell remains blank (sometimes the value will appear in the cell but disappear when I move to next cell). I notice whenever this happens, the symbol in selection column remain as star instead of the usual pen symbol that indicate edit mode. Please note this problem occur when the column is not in read-only mode and I''ll have to click several times before the value is taken. How can I solve this problem.

4 Replies

AD Administrator Syncfusion Team March 2, 2006 06:57 AM UTC

Hi Kingsley, Please provide us some more details. What version of grid are you using? We have already fixed some bugs similar to this in our older versions. Can you please try this in our latest version? If you still have the issue, can you upload a small sample? Thanks, Madhan


KI Kingsley March 2, 2006 03:48 PM UTC

Hi Madhan, I''m using GridDataBoundGrid v.3.2.1.0, the first column of the grid is of type dropdown. When this 1st column is clicked (on a blank row for adding new row), the cell fails to set value selected from dropdown and the star symbol appears (on the column that indicate the row you''re in). Note: If you the 1st cell you click is not a dropdown, the star symbol changes to a pen symbol (signifying edit mode) once you start typing. >Hi Kingsley, > > Please provide us some more details. What version of grid are you using? We have already fixed some bugs similar to this in our older versions. Can you please try this in our latest version? If you still have the issue, can you upload a small sample? > >Thanks, >Madhan


KI Kingsley March 2, 2006 06:17 PM UTC

The problem still occur even after removing the CurrentCellCloseDropDown event from the grid. Has anyone experinced this before. Note: If the first cell clicked by a user (when adding a new row) is of a type other than dropdown, the grid works fine. But if the first cell selected is of type dropdown, then you sometimes have this problem.


AD Administrator Syncfusion Team March 3, 2006 02:17 PM UTC

Hi Kingsley, We are not able to reproduce the issue here. Can you send a sample with the mentioned issue, so that we can get back with a solution at the earliest. Also please refer the sample as combobox in the first column, which works fine here in the version 3.2.1.0. Best Regards, Madhan.

Loader.
Up arrow icon