Hello,
I've evaluated your GridView and I'm on the point to buy the WinForms controlls.
But some issues are still unresolved on my site. I'd really appreciate if you can give some advices to the following points:
All listed points above have a corresponding todo comment in the attached sample project.
http://www.danflash.com/files/code/GridViewEvaluation.zip
Thank you very much.
Kind regards,
Danny
I've evaluated your GridView and I'm on the point to buy the WinForms controlls.
But some issues are still unresolved on my site. I'd really appreciate if you can give some advices to the following points:
- Why is the first line with a TextBox column not painted correctly? After collapse and expand is the content correct
- For a custom editor I derrive from BaseCustomEditor and the for the element from RadTextBoxItem
As usual some keys such as backspace or delete are not effecting to the KeyPress event on the RadTextBoxItem. Therefore I tried to override ProcessCmdKey. But the overridden method will be never called - When the textbox columns change their values I want also that the bound data is changed. How can I achieve that?
- In the CellBeginEdit method I set the height of the row to a specific value. But if I set the value above 156px a NullReferenceException is thrown. But why? I want to be able to set every height.
All listed points above have a corresponding todo comment in the attached sample project.
http://www.danflash.com/files/code/GridViewEvaluation.zip
Thank you very much.
Kind regards,
Danny