User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

It supports chrome browser. Can you send me your simple sample scenario? I tried to make one and it works fine.

Regards,
Handy

Posted: September 25, 2011 11:54 PM

Hello Eric,

Haven't I told you the answer in my previous post? It is not possible to do it without cache. However, there is a workaround. You need to store those information in hidden field.

Regards,
Handy

Posted: September 25, 2011 11:50 PM

Hello,

We do have an event to handle that scenario. WebGrid1_RowChanged server side event would be called every time select a row. In order to do this, RowChangedAction="FullPagePostback" property is necessary.

Regards,
Handy

Posted: September 25, 2011 11:39 PM

Hello,

Have you used PagingDataRetrievalMode="ReturnPartialRows" in your WebGrid? If this does not work, please send me a simple runable sample that replicates the issue. I need the sample to investigate your issue.

Regards,
Handy

Posted: September 25, 2011 11:11 PM

Hello,

Please let me know your email address. I will contact you directly from there.

Regards,
Handy

Posted: September 23, 2011 5:29 AM

Hello,

Weird, at my end, my footer is getting updated. However, if you want to recalculate it manually and sent the changes to server without cache, this is not possible to do. Cache is needed for this scenario. However, you can have other workaround. e.g Use HiddenField control. You would need also to set FlyPostBackSettings PostInputControls="True" on WebGrid.

Regards,
Handy

Hello,

As I said, you would need to get the proper element based on your structure. If those paremeters are not correctly to put, you would need to fill it with another value. You can also send me your simple sample that replicates this structure. I would gladly to help you.

Regards,
Handy

Hello,

It depends on your WebGrid structure. You will need to find the correct element. It should be something like this : Table.GetElement(WG40.STATUSBAR,WG40.HTMLDIV).rows[1].cells[...].innerText=...
This table is assigned with WebGrid1.RootTable;. GetElement() has two parameters, Value and Description. After you set the parameter for StatusBar, all you need is to find the correct element based on your structure.

Regards,
Handy

Posted: September 21, 2011 5:05 AM

Hello,

Ok, Thank you. Our developer is still working on that. It seems the height state is not configured well in XHTML. That's why it could not automatic resize the height. Only width that succesfully resized.

Regards,
Handy

Posted: September 21, 2011 5:04 AM

Hello,

I am sorry, it is ImagesDirectory, not ImagesSettings. I also attached my simple project to show you how to configure it.

Regards,
Handy

All times are GMT -5. The time now is 4:42 AM.
Previous Next