iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi ,
We are using webgrid 7 in our web control.
Our control uses two grid one is on Left hand side which is a self reference grid and other is details which is normal grid.
we are embedding our controls in webparts.With single control it is working fine.
When we try to embedd our control in the same page under different web part zones.Controls are loading fine.But if I do a row select event on Second control the event is triggering in the grid of First webcontrol.
please advice us on this .
Please find the screenshots attaced with circled in red color.
regards,
Madhavan
In my test the issue could occur if we reference the wrong grid in multiple grid scenario. How do you reference the second grid in the WebPart? Have you tried using the WebGrid ClientID property instead of the ID to reference the second grid?
In my test, using the ClientID will ensure the the referenced grid is the correct one.
Hi glenn,
Actually our functioanlity is tio load the detailsgrid on row select of left grid.
on Rowselect event of left grid we are getting ISGetobject("Rightgridid") and then doing the RefreshAll.
And also the the javascript functions are in separate js file and we are not able to access teh clientId of webgrid in js function.
Is there anyway we can do this in a generic way.
Regards,
madhavan
You will need to use client ID to differentiate between the grids object. Using the assigned ID to the WebGrid under your scenario will always return the first grid in the page.
Is it possible to buffer the client ID in a hidden input value in your project?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname