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

Is it possible to fire the event ItemCreated manualy from VB.NET

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 26 Mar 2009, 08:22 AM
Is there any way to fire the event ItemCreated manualy from codebehind via VB.NET.

I need this for my applikation.

Thanks

Christian

1 Answer, 1 is accepted

Sort by
0
Christian
Top achievements
Rank 1
answered on 26 Mar 2009, 09:59 AM
I have found a workarround:

We use a button_cklick method which calls the FireCommandEvent("sort",Fieldname), which fires the event SortCommand.
In the aspx page we click the buttin via Javascript.

The SortCommand builds the RadGrids again and calls the events ItemCreated etc.

Christian
Tags
Grid
Asked by
Christian
Top achievements
Rank 1
Answers by
Christian
Top achievements
Rank 1
Share this question
or