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
We have been able to replicate a serious grid issue.
If you use a ISDataSource, it is NOT able to work with the grid. It will cause other users to see each others data or break the grid.
We have turned off data caching in ISDataSource. We also turned off caching in the Grid. If 2 different people are browsing the site (using Paging), when you page to a another page, you will see what a different user is seeing! In addition, it also then breaks the grid and causes it to only show 1 of 1 page, even though there are 1 of 9.
<ISDataSource:ISDataSource ID="ISDataSource_MainGrid" runat="server" SchemaType="CustomObject" LoadOnDemand="true" EnableCaching="No" RuntimeLicenseKey="381EF-271I-3EJM7">
<Tables>
<ISDataSource:ISDataSourceTable SelectMethod="GetData" SelectCountMethod="SelectCount" EnablePaging="true" TypeName="MainGridDataAdapter">
</ISDataSource:ISDataSourceTable>
</Tables>
</ISDataSource:ISDataSource>
<ISWebGrid:WebGrid ID="WebGridCollections" runat="server" OnInitializePostBack="WebGridCollections_InitializePostBack"
AllowAutoDataCaching="false" DefaultStyleMode="Elegant" RenderingMode="HTML5" ViewStateItems="All" UseDefaultStyle="True" Height="100%" Width="100%">
<LayoutSettings StatusBarVisible="True" TreeLines="False" AllowSorting="Yes" PagingMode="ClassicPaging" PagingStyleUI="Slider" AutoFitColumns="false" AllowGrouping="Yes"
AllowAddNew="No" AllowDelete="No" AllowEdit="No" AllowContextMenu="true" PersistRowChecker="true" AllowColumnSizing="Yes" AllowExport="Yes" AllowFilter="Yes" ApplyFiltersKey="Enter"
AllowMultipleSelection="Yes" InProgressUIBehavior="ChangeCursorToHourGlass" RestoreRowSelection="All" PagingExportMode="ExportAllData" PagingDataRetrievalMode="ReturnPartialRows">
<TextSettings UseWebResources="True" Language="UseCulture">
</TextSettings>
<ClientSideEvents OnRowContextMenu="HandleRowCollectionsContextMenu" OnRowSelect="HandleRowCollectionsSelect" OnCellDblClick="HandleCollectionsCellDblClick" OnUnhandledError="HandleOnUnhandledError"></ClientSideEvents>
</LayoutSettings>
</ISWebGrid:WebGrid>
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