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
Thanks for the additional note.
I am very grateful for such advice!
Hi Handy
I have try AutoFitColumn propery. With this setting, all columns will be adjusted proportionally. I would only adjust the Notes column. Is there a property for each column to able/disable fit size?
Regards
Michael
Hi Glenn
I have still problem with AutoFilterSuggestion. Following code is from sample AutomaticFilterSuggestion.aspx. I have added property DataFormatString="dd.MM.yyyy HH:mm:ss" on columns BirthDate and HireDate. Please check this. I get Errormessages like attached pictures.
<ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="300px" UseDefaultStyle="True" Width="100%" DataSourceID="AccessDataSource1"> <RootTable DataKeyField="EmployeeID"> <Columns> <ISWebGrid:WebGridColumn Caption="LastName" DataMember="LastName" Name="LastName" Width="100px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="FirstName" DataMember="FirstName" Name="FirstName" Width="100px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Title" DataMember="Title" Name="Title" Width="100px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="TitleOfCourtesy" DataMember="TitleOfCourtesy" Name="TitleOfCourtesy" Width="100px"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="BirthDate" DataMember="BirthDate" DataType="System.DateTime" Name="BirthDate" Width="200px" DataFormatString="dd.MM.yyyy HH:mm:ss"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="HireDate" DataMember="HireDate" DataType="System.DateTime" Name="HireDate" Width="200px" DataFormatString="dd.MM.yyyy HH:mm:ss"> </ISWebGrid:WebGridColumn> </Columns> </RootTable> <LayoutSettings AutoFilterSuggestion="True"> </LayoutSettings> </ISWebGrid:WebGrid>
Hi Gordon
var DelChanges = grd.GetChanges("Deleted"); for (var i in DelChanges) { if (DelChanges[i].Row.GetCell("Dependencies").Value > 0) { if (DependenciesText.length > 0) MessageQuantity = 2; else MessageQuantity = 1; DependenciesText += "\n - " + DelChanges[i].Row.GetCell("CustomerID").Text + " | " + DelChanges[i].Row.GetCell("CompanyName").Text + " | " + DelChanges[i].Row.GetCell("ContactName").Text + " | " + DelChanges[i].Row.GetCell("ContactTitle").Text; DelChanges[i].Row.UndoChanges(); } }
Please try my sample.
Yes you are right but it doesn't work if <Column> is not visible.
That's my problem.
The code was always executed!
Thanks for tip.
Now I set the property on the individual column (in PrepareDataBinding Event), but i get the same error message!
WebGridColumn Dependencies = grd.RootTable.Columns[0]; WebGridColumn ID = grd.RootTable.Columns[1]; WebGridColumn ProductID = grd.RootTable.Columns[2]; WebGridColumn AttributeID = grd.RootTable.Columns[3]; WebGridColumn Setpoint = grd.RootTable.Columns[4]; WebGridColumn Min = grd.RootTable.Columns[5]; WebGridColumn Max = grd.RootTable.Columns[6]; WebGridColumn FormatID = grd.RootTable.Columns[7]; WebGridColumn ValueIndex = grd.RootTable.Columns[8]; Dependencies.UseValueListForSorting = ValueListSorting.No; ID.UseValueListForSorting = ValueListSorting.No; ProductID.UseValueListForSorting = ValueListSorting.Yes; AttributeID.UseValueListForSorting = ValueListSorting.Yes; Setpoint.UseValueListForSorting = ValueListSorting.No; Min.UseValueListForSorting = ValueListSorting.No; Max.UseValueListForSorting = ValueListSorting.No; FormatID.UseValueListForSorting = ValueListSorting.Yes; ValueIndex.UseValueListForSorting = ValueListSorting.No;
It's interesting that the data is still inserted into the database!
Thank you for advise.
It's possible to sort Items alphabetically if I use Dropdownlist?
I use following Dateformat "dd.MM.yyyy hh:mm:ss". AutoFilterSuggestion for Date (e.g. Today, Yesterday, ... -> in Contextmenu) doesn't work. I have set LanguageMode to UseCulture:
e.Layout.TextSettings.Language = LanguageMode.UseCulture; e.Layout.TextSettings.UseWebResources = false; e.Layout.TextSettings.LocalizationFolder = @"~/Localization/";
WebCombo with ValueList has following Items:
Now I want to filter by ProductA.
Is there a way to choose more then one Item (like sample Multiple Values in WebValueList) or set Filtertext to e.g. ProductA*?
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