I'm working on a windows application where I've implemented the telerik controls.
I have a radgridview , and I've added 4 columns to it during the design time.
They are
GridViewComboBoxColumn
GridViewTextColumn
another two GridViewComboboxColumn.
The first GridViewComboBox column is bound to a datasource and it displays all the desired results.
The last two GridViewComboBox's are bound to string of arrays.
I've added around three blank rows to the grid.
So when the user has entered the details to the first three rows, I wanted a new blank row to be added automatically.
On which event should I write my code to add a new blank row automatically?
How to know that the user has finished adding details to the first three rows?
Please help me know how to do it.
Any help on this will be really appreciated.
Thanks.
I have a radgridview , and I've added 4 columns to it during the design time.
They are
GridViewComboBoxColumn
GridViewTextColumn
another two GridViewComboboxColumn.
The first GridViewComboBox column is bound to a datasource and it displays all the desired results.
The last two GridViewComboBox's are bound to string of arrays.
I've added around three blank rows to the grid.
So when the user has entered the details to the first three rows, I wanted a new blank row to be added automatically.
On which event should I write my code to add a new blank row automatically?
How to know that the user has finished adding details to the first three rows?
Please help me know how to do it.
Any help on this will be really appreciated.
Thanks.