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

[Solved] Update Fields in Advance Edit Form of Scheduler

2 Answers 124 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
chaitanya elluri
Top achievements
Rank 1
chaitanya elluri asked on 07 Dec 2009, 06:48 AM

Hi All,

We have a scheduler,where we place appointments on each of the calender days using drag and drop features from the grid. on click of each appointment ,we show up a customized AdvanceEditForm with controls like combobox and gridview.In this gird view i have a button column ,when ever i click this button an item should get added to the listbox with the edit form still open ... and if i click the update or the submit button the data should be saved and the edit form should close.

I got stucked in adding the item to the listbox when ever i click a button in the gird view and also the click event is getting fired only once it should not be. I am using OnAppointmentCommand,OnFormCreating events...to retirve the values....

This is a crucial requirement. Appreciate any help in this regard.

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Dec 2009, 12:50 PM
Hello chaitanya,

This is complex scenario it would be hard for us to advise you without seing your code or testing a sample project. I suggest you open a support ticket and send us a demo of the issue.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
chaitanya elluri
Top achievements
Rank 1
answered on 10 Dec 2009, 01:07 PM

Hi,

Thanks for the response,

At this juncture, I am unable to send a sample project.
I will provide a detailed scenario, hope this helps.

On click of an appointment we popup a AdvanceEditFOrm.
The AdvanceEditForm has a listbox, gridview and combobox control.
I am trying to push data from the gridview to a listview on click of a button - which is a column in the grid.

There are 2 issues
1. On click of the button (on the grid), the data is not transferring from the grid to list.
I am using OnAppointmentCommand,OnFormCreating event to trigger this.

2. The click event occurs once only. I need it to repeat for every column click.

Am I using the right event.
If there is any workaround do let me know.

I will see if I can provide a sample.

Regards:
chaitanya.E

Tags
Scheduler
Asked by
chaitanya elluri
Top achievements
Rank 1
Answers by
Peter
Telerik team
chaitanya elluri
Top achievements
Rank 1
Share this question
or