User Profile & Activity

Handy Surya Support
Page
of 223
Posted: October 26, 2010 8:11 AM

Hello Dave,

I apologized for the last line of code. It should be selectedRow instead of selectedRows.
The code should work well in normal grouping virtual load. In my case, I am using ClientBinding_VirtualGroupPaging.aspx. I am using the code via button click. To use the button, I need to select a group row.

I am not sure why it does not work in your sample. Does your scenario have more than one grouping level?

Regards,
Handy

Posted: October 26, 2010 7:18 AM

Hello,

You can find some samples that also have recurring events in our WebSchedulerSamples.
Unfortunately, our documentation does not have information about recurrence sample scenario.

You can set recurrence for every 2 days. From Editting form at recurrence section, you would need to set daily option. For further information, you can ready our WebScheduler references/documentation about "Comprehensive Recurrence Support".

Hope this helps.

Regards,
Handy

Posted: October 25, 2010 10:55 PM

Hello Frank,

The project is missing product.mdb. Also, What is the step by step to replicate the issue after I could run the project? Thank you.

Regards,
Handy

Posted: October 25, 2010 6:03 AM

Hello Eric,

Your issue is under investigation. I will let you know asap.

Regards,
Handy

Posted: October 25, 2010 6:00 AM

Hello Dave,

You can use snippet code below to get rows expanded in grouping.

var selectedObject = grid.GetSelectedObject();
var selectedRow = selectedObject.ToRowObject();
selectedRows.GetGroupChildRows().length;

You can see that the length is depend on how many rows that you loaded. Hope this helps.

Regards,
Handy

Posted: October 25, 2010 3:02 AM

Our Css standard is integrated into our our assemblies and resources.
If you want to overrides the style, you would need to define into the styles properties which is available in each control.
If you only need to override some styles, you don't need to define for the other styles.
When you save the layout into .isl, it should only have your styles. The other style which have not been defined would follow our standard styles.
You can save all your styles via designer>>LayoutManager. 

Regards,
Handy

Hello,

My sample is using Northwind database. You can find it inside our WebGrid sample.
If you want to restore selected row or checked rows from another page, you can use properties RestoreRowSelection properties. When navigate into the other WebGrid page and back into the first page, it would save and restore your last selected rows.
Also, It is not possible to select a row in the other WebGrid page because WebGrid loads the data partially. The rows in the other WebGrid page have not created yet.

For your last question:

I think you still need to do it via FullPostBack because you were loading ascx.
You can also integrated it with UpdatePanel to avoid FullPostBack the page.

Regards,
Handy

Posted: October 25, 2010 2:08 AM

Hello Kenny,

I will let you know when the fix is ready.

Regards,
Handy

Hello,

Please find my attached sample. I can check a row and focus into the rows via button click (server side)
Hope this helps.
Also, would you mind to let me know more details about your last question?

Regards,
Handy

Posted: October 22, 2010 3:12 PM

Hello,

Ok, I can replicate the issue based on your explanation. I would forward this to our developer teams.

For temporary workarounds, I suggest you to use properties instead of the designer. Just click WebGrid at design mode, press F4, you can try to navigate based on the properties window pane at the right.

Regards,
Handy

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