This question is locked. New answers and comments are not allowed.
Hi!
Great seeing the progress of the components as the releases are made!
After seing the new Custom column command, we go real happy, very nice work! (http://demos.telerik.com/aspnet-mvc/grid/customcolumncommand)
However - using the grid component a lot in our solution, we still have the problem that many of our client get confused that the button always says "Add new record". Instead a possibility to add a custom text would be greatly appreciated ("Add new customer", "Add company", ...). I tried to look in the PITS, but could not find it even though I think it might have been discussed before.
If I read this post correctly it is possible to work around this issue and get a behaviour-wise normal Insert-button but with a different text? Even if that is the case we would really like a "native" solution, something like:
Any chance of that happening?
Thanks
/Victor Ström
Great seeing the progress of the components as the releases are made!
After seing the new Custom column command, we go real happy, very nice work! (http://demos.telerik.com/aspnet-mvc/grid/customcolumncommand)
However - using the grid component a lot in our solution, we still have the problem that many of our client get confused that the button always says "Add new record". Instead a possibility to add a custom text would be greatly appreciated ("Add new customer", "Add company", ...). I tried to look in the PITS, but could not find it even though I think it might have been discussed before.
If I read this post correctly it is possible to work around this issue and get a behaviour-wise normal Insert-button but with a different text? Even if that is the case we would really like a "native" solution, something like:
.ToolBar(tb => tb.Insert("Add new customer").ButtonType(GridButtonType.Text))Any chance of that happening?
Thanks
/Victor Ström