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 Handy
Following Events are fired if I dropdown WebCombo wcProduct:
Hi Glenn
Thanks for snippet. It works fine!
About GetCheckedRows issue:
I had set AllowMultipleSelection = MultipleSelection.Yes
That was the reason why it does not work correctly!
Michael
It works fine with following code:
<script language="javascript" type="text/javascript" id="WebPaneManager1_OnAfterResize"> function WebPaneManager1_OnAfterResize(controlId, pane1, pane2, oldPane1Size, oldPane2Size, newPane1Size, newPane2Size) { window.setTimeout(function() { wgDoResize(true, true); }, 100); return true; } </script>
Only set WebGrid Settings to: Widht="100%", Height="100%", AutoWidht="false" and AutoHeight="false"
Thank you.
Regards
I send you Database-Backup (SQL Server 2008) file and my sample. I hope you can now replicate the issue.
After changing Connectionstring you should be able to run the sample and get the error like my last post.
In Event grdProductLine_PrepareDataBinding you can commenting out following line (samlpe run without error):
grdProductLine.RootTable.UseValueListForSorting = ValueListSorting.Yes;
Thanks for help!
I have set LayoutSettings for each WebGrid (see last posting)
<LayoutSettings AutoHeight="True" AutoWidth="True"></LayoutSettings>
If I set AutoWidth/Height = True then fit grids automatically when I change the size of Panes.
If I set AutoWidth/Height = false then doesn't fit grid automatically (please see attached pictures)
It's possible to fit grids after changing panesize (maybe WebPaneManager ClientSideEvent OnAfterResize)? If so, how can I do this?
Hi Dicky
I did post this thread in Developer Network.
I had the same problem with HierarchicalGrid. The problem was fixed in SP1 for the Grid.
Simple Sample - this works (column name of the primary- and foreign keys are identical):
Table Master
- IDMaster [GUID] Primarykey
- Text [varchar(250)]
Table Detail
- IDDetail [GUID] Primarykey
- IDMaster [GUID] Foreignkey
My Tables looks like this - this don't work because column names aren't identical
- ID [GUID] Primarykey
- MasterID [GUID] Foreignkey
Liked combo boxes require a datarelation with the same column names!
Please fix this issue as soon as possible. Thank's a lot.
Please check also this behavior:
I use following test code:
var Message = ""; for (var k = 0; k < 5; k++) { Message += grdComputerLine.RootTable.GetRow(k).GetCell("ID").Text + "\n"; } alert(Message);
If the WebGrid is not grouped I get all IDs in correctly order (see ForEach.jpg).
If the WebGrid is grouped I get only 3 IDs (see ForEachGrouped).
How can I get all IDs, if the WebGrid are grouped?
By the way: RootTable.GetCheckedRows() also doesn't work correctly. It seems to be the same problem...
If you set AllowFilter = Filter.Yes you must write following code:
WebGrid1.RootTable.GetElement(WG40.COLHEADER, WG40.HTMLROW).childNodes[0].childNodes[3].style.display = "none";
Your second tip always works:
WebGrid1.RootTable.GetNewRow().style.display = "none";
Hi Yudi
Thanks for your tip.
I just wanted to know if there are a find-method.
Best Regards
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