User Profile & Activity

Handy Surya Support
Page
of 223

Hello Mike,

Please let me know if you are using WebGrid 6 or WebGrid 7. I suggest you to use the latest hotfixes of WebGrid and WebUIFramework.

Regards,
Handy

Posted: September 3, 2010 5:09 AM

Hello,

We have a clientside event, OnCellDblClick. You can set return false, to ignore it.
May I know, why do you need this? If you don't want to edit the cell by double clicking it, you can set
EditOnClick as true.
Hope this helps.

Regards,
Handy

Posted: September 2, 2010 10:44 PM

Hello,

Can you also reproduce this issue in our live sample? Also, please let me know step by step to reproduce the issue.

Regards,
Handy

Hello Piere,

Could you be more detail regarding this issue? We need to know how to replicate this issue. Currently, our live sample is running well. So, at least we need to know step by step to reproduce this issue.

Regards,
Handy

Posted: September 2, 2010 3:36 AM

Hi,

I am afraid, this could not be done. It is a little too late in clientside.
You can define the id in when you define template in server side. However, the client id should be automatically changed. (WebPaneManager1_ViewPane0_Panel1).

This is a default behaviour. WebPaneManager itself is server side control.
In asp.Net, if you place a control inside server side control or Master page (runat=server), the client id would be automatically changed.
May I know why do you need to retrieve the client id?

Regards,
Handy

Posted: September 2, 2010 3:05 AM

Hello Madhavan,

My suggestion, if you want to get the other cell value of checked rows, you can use clientside method GetRowByKeyValue() method in clientside.
First, you will need to pass the KeyValue that you have obtained in serverside with GetRowsChecker().

Regards,
Handy


Posted: September 2, 2010 2:48 AM

Hello,

I sent you my sample with clientside approach. Hope this helps.

Regards,
Handy

Hello Mike, 

I attached my project. Please let me know if it works well or not in your machine. If it works fine, please try to replicate your issue in my sample. I need this to investigate your issue.

Regards,
Handy

Posted: September 1, 2010 6:31 AM

Hello,

You can achieve this scenario from client side and server side.

Client side Approach:
You will need to get the information of footer 1 and footer 2 by inspecting their element.
After you got the information, calculate and rewrite footer 3 with calculated information.

Server side Approach:
Please refer into this thread.

Hope this helps.

Regards,
Handy

Posted: September 1, 2010 6:24 AM

Hello Madhavan,

If you only want to get your selected row which you got from checkbox, you can instanly use GetCheckedRows().
ISRowChecker is used for multiple selection. So, every checked rows can be obtained with GetCheckedRows().

So, I don't get it why do you need to get rows count in your previous sample. The rows count you used, is  not to get checked rows.

Regards,
Handy


All times are GMT -5. The time now is 2:16 AM.
Previous Next