I have placed drop down list in the first coulmn of grid But by defeult it is not displying drop down list at run time. After double clicking the cell, then only DDL is displying. In this situation customer dont know about the hidden DDL. So, i want to display DDL by default, without clicking on the grid. Please help in this regard. it is some what urgent
i'm not sure, but try adding this line in the InitializeLayout of the ultrawebgrid:
.CellClickActionDefault = CellClickAction.Edit
Thanks for the reply!
I have placed the following code:
DisplayLayout.CellClickActionDefault = CellClickAction.Edit
with this code, single click on first column cells i am able to see the drop down list. but all cells of all columns became editable. I want remaining columns read only.