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
Hello,
To avoid duplicate thread, please see the reply in this thread.
Regards,Handy
When adding out control in design mode, this tag would be automatically registered and created in .aspx.
is their any alternative to execute the sample without installing webUI studiois thier any alternative c# code
is their any alternative to execute the sample without installing webUI studio
What are you pointing to? Also, there are several controls inside WebDesktop component. Which one that you were looking for?
Hello Mark,
It depends on what product that you have currently.If your component still the latest version, to keep using latest hotfixes of product, you can use UpdateManager.But if we release new product in next release, then you have to install the latest installer.The download also depends on your internet connection.However, we also have a web installer which is lighter than full installer.
So, you mean that you want to add a link/hyperlink button in there to accept the new row?Normally, you can do it with using shift + enter. But, if you want to add a link/hyperlink button, you need to get the element of the object and insert link/hyperlink button in there.However, wouldn't link/hyperlink button cause FullPostback to the page? If it does fullpostback, then I think would not be possible to use.
Hello Paul,
As far I know, there should be no effect when using the culture. For temporary workaround, I suggest you to use WebInput. With WebInput, you can also customise Edit and Display format or event the masked format.
Hello Fung,
My Images is stored in \ProjectFolder\Images\ and my .isl point to the .\Images\ as ImagesDirectory .If the aspx page is stored in \ProjectFolder\ everything goes fine. But when I open a page stored in \ProjectFolder\SubFolder\ The Images of the control is no able to load.
When you changed the path, you would also need to change the path in your image directory. This already its default behaviour. Besides, using .\Images\ means it would go up one level. That's why it works if your stored in \ProjectFolder\.How if you changed the path into Images\?
Hello Murthy,
Have you tried to bind in InitializeDataSource event? For more information, please open our WebTutorial>>V3.1>>BindingFlat.aspx.Regards,Handy
Hello Nicolas,
Ok, Thank you for letting us know. We will do our best to fix this asap.
Hello Eric,
The problem is that with your proposed solution I have two database calls, which is not acceptable. Also the full-width "no data" display doesn't work.
Protected Sub grdUpper_InitializeColumn(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.ColumnEventArgs) Handles grdUpper.InitializeColumn If e.Column.Name = "Description" Then If DatabaseCall(_tblName).Tables(0).Rows.Count() = 0 Then e.Column.Width = cWidthFull End If End If End Sub Protected Sub grdLower_InitializeColumn(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.ColumnEventArgs) Handles grdLower.InitializeColumn If e.Column.Name = "Description" Then e.Column.AggregateFunction = AggregateFunctions.Custom e.Column.FooterText = "Count: " If DatabaseCallLower(grdUpper.SelectedRowKeyValue).Tables(0).Rows.Count() = 0 Then e.Column.Width = cWidthFull grdLower.RootTable.Columns.GetNamedItem("A").Visible = False grdLower.RootTable.Columns.GetNamedItem("B").Visible = False grdLower.RootTable.Columns.GetNamedItem("C").Visible = False grdLower.RootTable.Columns.GetNamedItem("D").Visible = False End If End If End Sub
The row counts is not 0, but 1. That's why the grid does not keep the full width.Regarding the solution for your scenario, I will try to talk more with our developer teams.
Ok, I can replicate the issue. It is not because the culture. I can also replicate the issue in default culture.It seems this the DataFormatString issue.For some missing text issue in en-GB culture, please refer into http://www.intersoftpt.com/Community/WebGrid/Localization/.
Some of list has not been filled. You can fill it manually regarding the previous thread.
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