User Profile & Activity

Handy Surya Support
Page
of 223
Posted: September 12, 2011 11:11 PM

Hi Frank,

Have you set RowChangedAction property to FullPagePostBack? With this way, OnRowChanged server side event would be called at FullPostBack.

Regards,
Handy

Hello,

Yes, your current technique is correct. Or you can also try to access into your application level by using Application.Resource["your viewmodel.datacontext"].

Regards,
Handy


Posted: September 12, 2011 3:35 AM

Hello,

If there is no data, you could not show the child table. Only parent columns are showed in header. Child is not showed because it depends on parent row. If there is no parent row, then the child would not show the child. So, your scenario is not possible.

If you want to populate some dummy data, you can find our sample at WebGridTutorial>>V5.0\Hierarchical_Unbound.aspx.

Regards,
Handy

Posted: September 12, 2011 12:25 AM

Hello,

We don't have an event for Expanded or Collapsed yet. However, I think you can change or validate to change the icon by using SelectedItem binding property. As you can see, you can change its content or change something when select an item.

Regards,
Handy

Posted: September 12, 2011 12:15 AM

Hello Madhavan,

If I am not mistaken, when you save a table structure of WebGrid, the data is not being saved.
It will save the structure include the data member.
However, when you load the structure, this structure must be loaded with similiar structure.

Example,

I saved two layout. One is for Customer layout and the others for Category.
I could not load Customer layout for my Category sample. The structure definetely would be different.

Regards,
Handy

Posted: September 11, 2011 11:20 PM

Hi Eric,

Thank you for your patience. The upcoming WebGrid will eliminate the XSS completely. You can see the following details in our roadmap. 

Regards,
Handy

Posted: September 9, 2011 6:20 AM

Hello Michael,

Please obtain the template from the attachment.

Regards,
Handy

Posted: September 9, 2011 4:05 AM

Hello Eric,

Ok, please give us a little time to consult with our developer teams.

Regards,
Handy

Hello,

Unfortunately, that is already our SelectedChanged event. For SelectedItem, it's true that we don't have this event. Normally, for SelectedItem, we used binding in SelectedItem property.
e.g

SelectedItem="{Binding SelectedItem, Mode=TwoWay}"

For simple sample, I suggest you to see our ListBox sample. It shows a simple way how to implement SelectedItem binding.

Regards,
Handy

Hi,

I knew the problem. As I told you before, your filter and select parameter is not correct. Have you tested by using my suggestion code? I already tested it before send it to you. It works perfectly. 

Regards,
Handy

All times are GMT -5. The time now is 12:30 PM.
Previous Next