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,
It is true you can achieve with this way. However, I think it is a little tricky since It's also call script in javascript.Regards,Handy
Hello,
I need to confirm something about your scenario. Is your scenario using only 1 WebGrid?If yes, normally, if you use WebGrid1.RefreshAll(), WebGrid would refresh include the charting data.If this also does not help, please try to use below code.
grid.RefreshAll(); window.setTimeout(function(){ grid.ChartContainer.innerHTML = ""; InitializeWGChart(grid.Id);}, 1000);
Regards,Handy
Hi Madhavan,
This bug is only showed if you use SendCustomRequest.FYI, you can try to alert the row, in IntializePostBack event and try to do refresh.Notice that, the count goes wrong after SendCustomRequest.I will report this to our developer team.
Hello Daniele,
I think you missunderstood the part I explained.Your code would not be called.It is because you integrate WebCombo into WebGrid and called those codes OnAfterAdd.As I said before, you could not do this because you are no longer in EditMode of WebGrid.
In this case, WebCombo is only edit mode of WebGrid.You have to in edit mode in a cell which used WebCombo. With this way, you can use your code.If you are not in edit mode, you only can use SetText for WebGrid cell object, not in WebCombo.
e.g Try to call those code with a button click.But you will need to select a row and use code to active edit mode of the selected row.Regards,Handy
Hello Ben,
Unfortunately, there is no properties or variabel to store the footer total of another column. Except, if you also calculate the total of that column manually by using custom aggreagate.
Please see my attached sample. I bind WebGrid with diffrent tables via button. Hope this helps.
So, if you don't want to use DropDownList, may I know how do you want to bind your WebGrid dynamically? There should be someway you used to trigger bind dynamically in your scenario.
e.g in my sample, I used DropDownList. So, I need to know the detail before can suggest you a sample.
I am sure that our WebGrid supports multiTables.
Hello Demrot,
It seems you will need to get the element first and capture the offset element.
e.g
OnShortcutSelected clientside events, please use the code below.
var el=shortcut.GetElement();
If you debug, try to inspect the offset element (offsetTop and offsetLeft).
Hope this helps.
Would you mind to provide a simple project that replicates this issue? Also, please let me know step by step to reproduce the issue.I have a simple silverlight project test in my case which also use Intersoft controls. But I don't face the same issue as yours.Regards,Handy
You still have to use your data binding in InitializeDataSoruce event. Instead of using DataBind, e.DataSource should be working without a problem. I bind dynamically several tables with DropDownList option. It works well and I also can use VirtualLoad or export. Hope this helps.
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