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
I have a webgrid where I perform the client action OnRowSelected.
But, I cannot use the filter row if I use this method.
How can I both perform the OnRowSelected client method and use the filter row in the same grid?
Here is a copy of my OnRowSelected javascript function.
{
pane.SetContentURL("frmSales_Customer_Edit.aspx?CustomerID="+cells.GetNamedItem("Customer_ID").Text);}
}
Thank you,
Mark
Andi,
I had my individual columns of my root table set to NOEDIT.
Once I set them to TEXT I was able to use my filter.
I will mark this as answered.
Thank you for you help.
Best regards,
Hi Mark,
As I go through your code, I assume that you do not want to direct the page to contentURL if we click on the Filter Header Row. Your code is almost right, but at the validation, instead of "if(row.Type != "FilterRow")", you have to put "if(row.Type == "Record")". I hope it can help and do not hesitate to ask if you have any other questions.
Thank you,Andi Santoso.
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