User Profile & Activity

Madhavan G Member
Page
of 12
Posted: December 6, 2011 1:15 AM

Hi yudi,

can you please update ?

Regards,

Madhavan

Posted: December 5, 2011 6:16 AM

Hi yudi,

We know there is a custom virtual load.

But how we will achieve the grouping functioanlity with custom virtual load mode.

 

Regards,

madhavan

 

Posted: December 5, 2011 2:00 AM

Any Updates on this??

Hi Hendrik,

I got a mail from intersoft newsletter that Intersoft webui studio 2011 R2 is released.

But I am not able to see the latest setup in our developer network site.

Because i am seeing last posted date is 6/14/2011.

please advice.

 

Regards,

Madhavan

 

 

 

 

Hi Hendrik,

Any idea on the date of the release.Because you have told middle of this month.

Regards,

Madhavan

 

 

 

Hi Hendrik,

Is there any beta build available for the same.

We want to verify the Cross site scripting feature included with the 2011 R2 release.

 

Thanks in advance,

Regards,

Madhavan

Hi Hendrik.

Is it webgrid 7 or webgrid 8?

When is the exact date of the release.

We have to plan our release based on this.

 

Is it a Major Upgrade to upgrade to webgrid 8.

 

Regards,

Madhavan

 

If i use the above code ,if i am not rendering the check box the header is showing in disabled mode.
screenshot attached.

regards,
Madhavan

Hi Hendrik,

Please try to set the width of Grid to 100% and try your sample.

Regards,

Madhavan

Posted: October 20, 2011 12:34 AM

Hello Hendrik,

Scenario is we want  to set customattributes for a column which has values with quotes.

In that scenario you will face this issue.

void WebGrid1_InitializeRow(object sender, RowEventArgs e)

{

if (e.Row.Type == RowType.Record)

{

string cellstring = "";if(e.Row.Cells.GetNamedItem("ContactName")!=null)cellstring = e.Row.Cells.GetNamedItem("ContactName").Value.ToString(); if (e.Row.Cells.GetNamedItem("CHECK") != null)

{

e.Row.Cells.GetNamedItem(
"CHECK").CustomAttributes = "checkcolumns=\"" + cellstring + "\"";

}

}

}

 

regards,

madhavan

All times are GMT -5. The time now is 11:43 PM.
Previous Next