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 Xin8,
We do have that method, but it should be like that. You need to know that the method is case-sensitive.You should use GetFooterCellByName. However, I am not sure that the current table stucture has this methods. Would you mind to send me a simple runable sample that similiars with your current WebGrid structure?
Regards,Handy
Hello Yousif,
I am sorry for the inconvinience and the trouble regarding your scenario. I already made a simple scenario regarding your request. After discussed with our developer, the scenario still could not be done for template. In this way, I already created a feature request to our developer teams. They would see the possibilities to implement this feature.
Hello,
Please let me know what is the error you faced and the step by step to replicate the issue?I need them to investigate your issue.It should be not because user login and/or permission issue. When running the sample via Intersoft template, the project runs well.
I am sorry but it seems you missunderstood what I tried to say.Please see my attached sample. Even though It is not using BatchUpdate scenario, you can see that I edit or insert by using a form. Form collection data could not just directly be used like that. How can WebGrid recognize that field if you don't validate and assign any of form field collection information?You must assign that information into WebGrid.Also, You still need to perform each WebGrid. I still don't quite understand about what one transaction definition that you refered. I assume that called those functions from a button click can be also said as one transaction.
There are some possible ways to use that. You can use Visual Studio or Blend. In order to do that you only need to set in Background properties. e.g
<Grid x:Name="LayoutRoot"> <Grid.Background> <ImageBrush ImageSource="/ClientUIDesktopApp1;MyImages.png" /> </Grid.Background> </Grid>
<Grid x:Name="LayoutRoot" > <Image Name="image1" Stretch="Fill" Source="/ClientUIDesktopApp1;MyImages.png" /> </Grid>
Hope this helps.
Do you mean that all changes (update, delete and insert) are using a form? Then with after input the information from this form collection, you want to Accept or process the batch update?I think it is not possible. All input from your form collection, should be integrated into our WebGrid before can accept/process the batch updates in server.In order to this scenario, you would need send your form information into WebGrid via javascript.e.g Insert a new row scenario. newRow.Update();With this way, WebGrid should able to recognize what changes has been made from your form collection.After that, you can accept that process via button click (serverside).e.g, WebGrid1.PerformBatchUpdate(true,true); WebGrid2.PerformBatchUpdate(true,true); Regards,Handy
Hello Thomas,
Which form were you looking? Could you describe more detail? I don't quite understand about MS Access form or something. Maybe you can show some layout sample to describe more detail.
If I am not mistaken, the speed of animation is handled in AutoShowLatency properties. However, I think the speed is already acceptable. Please see my recording video. It is use the default settings. Why do you need to speed up? Do you have some speed issues?
Hello Maged,
Ok, Thank you for your report. I have marked the report to our developer teams and would ask them about the fix.
It's weird. The properties should work as explained. We have a custom editor sample. In New row, If NewRowEditType is same as EditType, it would automatically use the same edit type.So, would you mind to provide a simple sample that replicates this issue?Also, I already aswered your question. Row/Cell would be initialized at event IntializeRow/Cell.But it seems that changing the control in new row, could not be done in server side.It only can be done in javascript.At first, I assumed you were using custom checkbox as your custom editor.With javascript/clientside, I think It is still possible to change it via element.But since you were using template control, I am afraid this could not be done.
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