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

RadGridTableRow equivalent in Prometheus

1 Answer 180 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bart
Top achievements
Rank 1
Bart asked on 05 Mar 2008, 10:38 PM
Hi, I have been researching some drag and drop stuff with the radgrid and wanted to see if the concepts would work in Prometheus (since all the examples I have found on the forums have been for the old version).

Frequently in the code, the following javascript is used:

function RowCreated(rowObject)
{
    ...your code etc.
}

and the rowObject is an instance of the RadGridTableRow class if I am not mistaken.

My question is how do I access all the elements (especially ItemType and Control) that were in the RadGridTableRow class such as:
Public Property Type String
Public Property ItemType String
Public Property Owner RadGridTable Object
Public Property Control HTML TableRow element
Public Property Index Array
Public Property Display Boolean
Public Property RealIndex Integer
Public Property KeyValues Array
Public Property Expanded Boolean
from the event handler as it works in Prometheus?
function RowCreated(sender, eventArgs)
{
    ...your code etc.
}

Thanks

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 10 Mar 2008, 08:53 AM
Hi Bart,

Attached to this message, is a modification of the original functionality with the old version of the control, to allow the same behavior, with the Prometheus version of the control.
I hope this helps.

Sincerely yours,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Bart
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or