You can achieve this by creating a GridTemplateColumn with TextBox inside ItemTemplate in aspx and initially setting its visibility as 'False'. Then in PreRender event when the grid is in insert mode set the TemplateColumn's visibility as 'True' to show the TextBox for each row.
hi,
thank for reply it work but what exactly i want i want to add test box in each and every row when i click on add new button in this scenario what happens is text box created ONLY ONCE. I WANT 2 CREATE ON EACH AND EVERY ADD NEW BUTTON IN EACH ROW WITH PREVIOUS TEXT BOX AND WANT TO GET ALL VALUES ALSO.
0
Marin
Telerik team
answered on 29 Oct 2010, 01:18 PM
Hello girish,
The RadGrid does not support such functionality by default. However there are various workarounds and one of them is discussed in this forum thread also there is a live demo showing similar functionality with insertion of multiple items at once.
Sincerely yours,
Marin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items