@nikhiljainkke
@nikhiljainkke
Forum Replies Created
-
AuthorPosts
-
nikhiljainkke
Membernikhiljainkke
MemberHi Peter,
Please find the below data structure which we are using.
[
{
“Group1”: {
“Group2”: [
{
“DataField1”: [
{
“value”: “abc”
},
{
“value”: “def”
}
]
}
]
}
},
{
“Group1”: {
“Group2”: [
{
“DataField2”: [
{
“value”: “abf”
},
{
“value”: “xyz”
}
]
}
]
}
}
]
Looking forward to your reply.
Thanks
Nikhil Jainnikhiljainkke
Membernikhiljainkke
Membernikhiljainkke
MemberHi,
Thanks For your response Peter.
This change event will trigger on cell edit and grid refresh also. it will lead to fire unecessary event. Is there any way to get selectedRows details itself in rowClick() event, as we get in JQXGrid.
Thank you for your help and looking forward to your early reply.
Thank you
Nikhil Jain -
AuthorPosts