I want remove the default text "Click here...".
And,I want to focus the fisrt cell as add a new row.
Please provide the alternative solution to achieve this functionality.
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 28 Jun 2011, 04:10 PM
Hi Bang,
You can remove the string in question by introducing a custom localization provider to your RadGridViews. Just return an empty string where a 'click here to add new row' is returned. For additional information about localization providers, please refer to the following documentation article: Localization.
As to your second requirement, you can use the UserRowAdded event which is fired after the new row is committed. In the event handler of this event set the first column to be current:
However, at this time it is not possible to set the current row after a row has been added. We will consider introducing such possibility in one of our next versions.
If you have additional questions, feel free to write back.
Kind regards,
Nikolay
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.