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 Mark,
For issue number 1, we have KB article regarding this feature, you can browse it in http://support.intersoftpt.com/KBArticle.aspx?aid=229.
For issue number 2, I am sorry but if you want to use our default style then you cannot change the header height.
Hope this helps.
Best Regards,
Gordon Tumewu
Hi,
Thanks for the explanation. I have tried to create a simple sample but I didn't manage to replicate the issue in here. Here I attached my simple sample, could you check the sample and inform me whether the sample works in your place or not?
Could you describe the issue more spesific?(e.g what part of webgrid that you want to change), because if I look at your code snippet, there's no code that indicate you want to change or update the WebGrid. Also it would be helpfull if you could provide us with simple sample.
Thanks.
I am really sorry but the scenario didn't supported by our WebGrid, we cannot customize the header context menu of WebGrid. If you want you can submit feature request in our Developer Network >> My Community Center >> Product Feedback tab, and our development team will check the possibilities to implement this feature.
We are planning to release the 2009R1 SP1 at the end of this month the latest and the hotfix afterwards. If you need the hotfix immediately then we can send you the nightly build first to your email.
We suggest you to use the 2009R1 SP1 installer because the installer already contain fixes for Update manager issue and contain latest hotfix for each of our component.
Hi Siva,
Yes, you can set ChildNotExpandable property to true. This property is available in WebGridRow class.
You can set the property in WebGrid1_InitializeRow event, which is shown in the following example.
protected void WebGrid1_InitializeRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e) { if (e.Row.GetChildTableRows(e.Row.Table.ChildTables[0]).Count == 0) e.Row.ChildNotExpandable = true; }
Hi George,
Try to close the visual studio, do iisreset and open the project again. If the problem still occured could you attach the page structure that contain the WebMenu?
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