We are using celltemplate and editcelltemplate dynamically vs in XAML. We are also have grouping enable on a column.
As user has to click row , click cell to enter data or additional click for combo box ( too many clicks). So we have tried to enable CellClick EditTriggers. With cellclick enable it is very slow to go into the cell to enter data.
I have tried to use demo sample that has celltemplate example i.e
http://demos.telerik.com/silverlight/#GridView/CellEditTemplate
Enabled cellclick and I see the same slowness when column is grouped vs cellclick with out grouping. Are we missing any here? Is there any way to improve the user clicking on cell to going into edit mode?
Thanks
As user has to click row , click cell to enter data or additional click for combo box ( too many clicks). So we have tried to enable CellClick EditTriggers. With cellclick enable it is very slow to go into the cell to enter data.
I have tried to use demo sample that has celltemplate example i.e
http://demos.telerik.com/silverlight/#GridView/CellEditTemplate
Enabled cellclick and I see the same slowness when column is grouped vs cellclick with out grouping. Are we missing any here? Is there any way to improve the user clicking on cell to going into edit mode?
Thanks