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 Yousif,
I apologize, the issue have not fix yet. Since it was considerable as a minor issue. But I will follow this issue again to the developer team..
Sorry for the inconvenience.
Best regards,
Niven Prasetya
Hi Mario,
I'm able to replicate your issue on my side. I will follow this matter to the developer team. I will as soon there is any news from the developer team.
Thank you and have a nice day.
Hi Rolf,
If you still want to use the default ContextMenu, you can add via clientside and use a SendCustomRequest function to handle a serverside function.
I have attach s sample for your scenario.
Hope this help and have a nice day.
Hi Andre,
For an example of SearchBox you can refer to our ClientUI Control Sample which is located at "C:\Program Files\Intersoft Solutions\Intersoft WebUI Studio 2010 R1\Samples\SL4\ClientUI Samples\ClientUI.Samples.sln"
Head to Intersoft.ClientUI.Samples, MainPage.xaml, <!-- SearchBox Group -->. It will show you an example of using SearchBox Group.
Hope this help.
Hi Martin,
Please check the following steps below before deploying your project into the webserver.
1. RuntimeLicenseKey
This is the required key in order to license the components for deployment purpose in production environment
2. Resources Assembly
3. Framework Assemblies
You are required to copy framework assemblies to your project's bin folder. The framework assemblies can be found in C:\Program Files\Intersoft Solutions\WebUI.NET Framework 3.0\Bin (Default installation directory). The framework assemblies are: * ISNet.dll* ISNet.WebUI.dll
4. Component Assembly
Component assembly is required to be copied to your project's bin folder. The component assembly can be found in C:\Program Files\Intersoft Solutions\WebDesktop.NET 2.5\Bin. The component assembly is:* ISNet.WebUI.WebDesktop.dll
And please use the Deployment Manager in order to set the Web.config of your web application.
Hope this can solve your issue.
Hi Shawn,
As I mention in the previous post. If the image on TemplatedCell was already pre-defined by the time the Grid was made, it will automatically show the image when you creating rows on the client side.
But TemplatedCell can't handle a post-defined image (The Grid already made, then creating rows with inputing an image inside the TemplatedCell). The TemplatedCell ability is to add ASP.NET server controls to the WebGridCell using the new Template Column Type. When using the Template column Type, you can put any server side controls inside the CellTemplate property of the WebGridColumn.
If you really want this features. You can go to our TDN http://dev2.intersoftpt.com/. Under Create New Item dockitems, choose Feature Request. You can input any features you need on the next development.
Niven Prasetya.
Hello Mike,
We have the property HideColumnsWhenGrouped to automatically remove hidden column for the GrouppedColumns. But for FilteredColumns, as I said in the previous post. It has to be visible.
I apologize, I didn't get the picture of your scenario of filtering.
Please kindly describe me about your filtering scenario? Do you want to use the default filter input on WebGrid or using the other container such as TextBox or etc to filtering?
Have a nice day.
Hi Mike,
If you want to filter a column, the column need to be visible, it's already the default behaviour of the WebGrid itself.
If you still want to preserve with your scenario, you have to do the query manually.
ex: SELECT * FROM abc WHERE def='...'
Hi Sukhdeep,
Sorry for the late reply.
Could you please send me your sample again? I have lost your latest sample.
I have sent you the latest HotFix of WebGrid build 405 and WebInput build 5.
Please follow the steps shown in the following link carefully http://www.intersoftpt.com/Build/ApplyHotfix, in order to apply the hotfix file manually.
Please kindly inform me when you have the outcome already.
Did you use BatchUpdate? As far as I know, AddPendingChanges is used for BatchUpdate scenario as a trigger when you done with any updates (Add, Update,Delete, etc).
If you want to add new row, you can use the code I have given to you.
On my sample, I'm not using auto increment for PK. If you want to use an auto increment you can refer to our sample, BatchUpdate_Enterprise. On BatchUpdate_Enterprise sample, there is a SelectIdentityQuery handler (App_Code/dsNorthwind_Extended.cs) which will check what is the latest number and after will be automatically increment.
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