User Profile & Activity

Handy Surya Support
Page
of 223

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

Posted: September 1, 2010 6:06 AM

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

Posted: August 31, 2010 4:05 AM

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.

Regards,
Handy

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

Posted: August 31, 2010 2:55 AM

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. 

Regards,
Handy

Posted: August 31, 2010 2:36 AM

Hello, 

Please see my attached sample. I bind WebGrid with diffrent tables via button. Hope this helps.

Regards,
Handy

Posted: August 30, 2010 4:05 AM

Hello,

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.

Regards,
Handy

Posted: August 30, 2010 12:02 AM

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.

Regards,
Handy

Hello,

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

Posted: August 27, 2010 11:40 AM

Hello,

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.

Regards,
Handy

All times are GMT -5. The time now is 3:43 AM.
Previous Next