User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: September 4, 2012 11:04 PM

Hi Fabrizio,

I can replicate your issue here. This problematic behaviour is under work item #1257. I'll let you know any news I heard from developer team regarding this work item. Thank you for your valuable feedback.


Regards,

Bernard

Posted: September 4, 2012 9:31 PM

Hi Udayan,

Unfortunately, there's no property to make sure the rows are checked when you click it. However, you can make validation to check if there's a selected row by using this code

if(WebGrid1.GetSelectedObject() != null)

Hope this helps.


Regards,

Bernard

Posted: September 4, 2012 9:22 PM

Hi Andre,

OK then. You can email the link to my email above.


Regards,

Bernard

Posted: September 4, 2012 3:48 AM

Hi Fabrizio,

I couldn't found the strange behaviour here. Could you tell me more specific about strange behaviour that you mentioned above? When I hit the enter key, the behaviour is the same like EntryMode="Default". Look forward to hear any feedback from you so I can help you further.


Regards,

Bernard

Hi Eric,

This problematic behaviour has already added as feature request #1255. I'll let you know if I heard any news regarding this issue.


Regards,

Bernard

Posted: September 3, 2012 8:08 AM

Hi Eric,

I couldn't replicate your issue in our local end. To know where the issue come from I need to debug it here. So could you give me a simple sample that replicate your issue in our local end? And could you let me know the specific error message that appear in Javascript error?

From the code above I only can assume that there's something wrong when the code want to get the Table. Look forward to hear any feedback from you so I can help you further.


Regards,

Bernard

Posted: September 3, 2012 7:57 AM

Hi Andre,

Sorry for the late responses. You can email me at bernard@intersoftpt.com. I'll investigate your issue as soon as possible. Look forward to have any feedback from you.


Regards,

Bernard

Hi Jonsson,

You can make ISDataSource programmatically in server side event. But still you need SchemaName to bind the DataSet to ISDataSource. But I don't think it will be faster than you are using dynamic DataSet. You doesn't need too much code behind if you're using Data source control because the code will be handled by Data Source control in this case ISDataSource. Also for this case, I think it will be the same as you used dynamic DataSet. Hope this helps.

Regards,

Bernard 

Posted: September 3, 2012 2:18 AM

Hi Shri,

You're welcome. Glad to help you.


Regards,

Bernard

Posted: September 3, 2012 12:20 AM

Hi Udayan,

For this problem, I've made my own sample that can be used as workaround for this matter. In my sample, I search the value in onkeydown client side event. I compared the keycode with cell's value of specific column. Then after I found the same value, I just simply select the row. I also attach my sample here. Hope this helps.

Regards,

Bernard

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