Hi All,
I am using RadGrid with inline insert/update/delete .
I have 'Save' button on page.
In design mode i have set the grid 'RadGrid.MasterTableView.CommandItemDisplay ' property as 'None'
On page load i have hide the 'Add New Item' button on grid. By using following code segment.
RadGrid.MasterTableView.CommandItemDisplay = GridCommandItemDisplay.None
On 'Save' button click , i have set the code to show the button on top of the grid,
I am using RadGrid with inline insert/update/delete .
I have 'Save' button on page.
In design mode i have set the grid 'RadGrid.MasterTableView.CommandItemDisplay ' property as 'None'
On page load i have hide the 'Add New Item' button on grid. By using following code segment.
RadGrid.MasterTableView.CommandItemDisplay = GridCommandItemDisplay.None
On 'Save' button click , i have set the code to show the button on top of the grid,
RadGrid.MasterTableView.CommandItemDisplay = GridCommandItemDisplay.Top
Issue:
On page load it hides the 'Add new Item' button of grid.
But on 'Save' button click it is not showing the 'Add New Item' button on grid.
Please hlep me.
Thanks.