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

RadCombobox items getting lost on page index change

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brindavan
Top achievements
Rank 1
Brindavan asked on 26 Feb 2009, 04:25 AM
Hi,

I have a grid with EditFormMode as 'FormTemplate'. In this form I have a radcombobox which I am populating on 'InitInsert' command.
When I have the item in edit mode and I navigate to next page in tge grid, the new item in edit mode is displayed but the combo box items are disappearing.

How do I get around this issue?

Brindavan

1 Answer, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 02 Mar 2009, 02:18 PM
Hello Brindavan,

One possible option would be to rebind the combobox inside the FormTemplate custom edit form when the page index is changed (inside the PageIndexChanged server handler of the grid). Another option would be to close the insert form explicitly inside the same handler setting the RadGridInstance.MasterTableView.IsItemInserted property to false.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Brindavan
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or