I need to ReBind the RadGrid on the Server Side.
I have a asp button on my page, and when user clicks, on the OnClick event of that asp button, I need to add some rows to my DataGrid, and bind my grid.
(I have seen the examples that uses input button's to bind radGrid, but i should bind my grid on asp button's OnClick event.)
Is there a way to do this?
I have a asp button on my page, and when user clicks, on the OnClick event of that asp button, I need to add some rows to my DataGrid, and bind my grid.
(I have seen the examples that uses input button's to bind radGrid, but i should bind my grid on asp button's OnClick event.)
Is there a way to do this?