This is a migrated thread and some comments may be shown as answers.

Paged RadGrid defaulted to inplace edit binding RadToolTipManger

1 Answer 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ashley Wagstaffe
Top achievements
Rank 1
Ashley Wagstaffe asked on 14 May 2010, 12:18 AM
Hi Telerik Support,

I am trying to Bind RadGrid TextBox to a RadToolTipManager's targetcontrols collection as per the demo in the Grid's ItemDataBound handler.  I also want the Grid to default to edit mode as per the other demo in the Grid's pre-render event.  The problem that I am having is that the DataBind/Rebind which is necessary to put the Grid into edit mode is calling the Databound event - its a bit chicken and egg - is there anyway around this?  also could you give me a pointer to activating the tooltip on entering and leaving the textbox using the tab-key ie onkeydown.

Kind regards,

Ashley

1 Answer, 1 is accepted

Sort by
0
Accepted
Iana Tsolova
Telerik team
answered on 14 May 2010, 01:59 PM
Hello Ashley,

You can try putting the grid items in edit mode on Page_Load as shown here or on ItemCreated event to set the GridDataItems Edit property to true.
For the question regarding the textbox: You can handle its onfocus and onblur client-side events for your purpose. In this help topic you can find more information on how to access grid cells and rows.

Sincerely yours,
Iana
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.
Tags
Grid
Asked by
Ashley Wagstaffe
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or