I have a situation where the .Net isPostBack is false on a postback when doing a drag & drop.
Here's my scenario:
I have 4 radGrids on my webpage, all of them have Drag & Drop enabled.
I have 3 radGrids and one of them has an embedded radGrid in one of the columns (hence 4 grids).
If I Drag & Drop from any of my 3 grids everything works great, if I Drag & Drop from my embedded grid the isPostBack is false when it should be true (weird), other then this everything is working as it should.
Thanks
Here's my scenario:
I have 4 radGrids on my webpage, all of them have Drag & Drop enabled.
I have 3 radGrids and one of them has an embedded radGrid in one of the columns (hence 4 grids).
If I Drag & Drop from any of my 3 grids everything works great, if I Drag & Drop from my embedded grid the isPostBack is false when it should be true (weird), other then this everything is working as it should.
Thanks