Hi,
I have one grid and i have set CommandItemSettings-AddNewRecordText on this grid. When clicks on this Add New i am getting one insert row in Grid to enter new data then to Insert data in DB i am doing my functionality on RadGrid_ItemCommand by checking e.CommandName == RadGrid.PerformInsertCommandName. Upto here everything working fine. Data is inserting in DB and all. but just after that a new row shows in grid to insert new data and i don't want.
How to do that i will not get this new insert row in grid just after inserting data ? I want user will click again the Add new on Grid header to get this new insert row in grid to insert new data.
Thanks,
--Jai
I have one grid and i have set CommandItemSettings-AddNewRecordText on this grid. When clicks on this Add New i am getting one insert row in Grid to enter new data then to Insert data in DB i am doing my functionality on RadGrid_ItemCommand by checking e.CommandName == RadGrid.PerformInsertCommandName. Upto here everything working fine. Data is inserting in DB and all. but just after that a new row shows in grid to insert new data and i don't want.
How to do that i will not get this new insert row in grid just after inserting data ? I want user will click again the Add new on Grid header to get this new insert row in grid to insert new data.
Thanks,
--Jai