User Profile & Activity

Julia Wijaya Support
Page
of 24
Posted: February 24, 2010 6:02 AM

Hi Tenika,

 

If you want to bind the data, you need to put the code inside InitializeDataSource event. As well for modified outside of the grid, you could use this code to refresh the data :

protected void btnSave_Click(object sender, EventArgs e)
    {
        DataSet ds = SaveDataReturnsNewDataSet(DropDownList1.SelectedValue, TextBox1.Text);
        if (ds != null)
        {
            WebGrid1.ClientAction.Refresh();
        }

    }

The code will InitializeDataSource and get the latest data.

 

Regards,

Julia

Hi Jocelyn,

 

Could you help me to investigate your issue by send me your whole running sample that replicate the issue, complete with dll bins? Thank you.

 

Regards,

Julia

Posted: February 23, 2010 6:41 AM

Hi Tenika,

 

We recommended you to use e.DataSource = dt; instead of WebGrid1.DataSource = dt; and then placed it in WebGrid1_InitializeDataSource event. Also, you don't need to add code WebGrid1.ClearCachedDataSource(); and WebGrid1.Databind();

Below is an attachment of my simple sample on how to bind from server side that we recommended. Please find a file name BindServerSide.rar. You could use this method when you want to create server side binding.

I hope this can help.

 

Regards,

Julia

Posted: February 22, 2010 11:26 PM

Hi Madhavan,

 

Yes, to use our components you need to enable the ActiveX.

 

Regards,

Julia

Posted: February 22, 2010 5:18 AM

Hi Alex,

 

I have created a sample based on your scenario. Please find an attachment file with name iframe.rar. I hope this sample has appropriate with your need. Please let me know if you need another help.

 

Regards,

Julia

Posted: February 22, 2010 2:17 AM

Hi Mark,

 

If you want to export the WebGrid from client-side, we have a helpful sample that you can used. Kindly go to WebGrid's sample > ProgrammaticExportClientSide.aspx. I hope this sample could help.

 

Regards,

Julia

Posted: February 19, 2010 5:40 AM

Hi Nick,

 

I am sorry but this is the default behavior of ascending sorting in WebGrid. The nullable value will be shown in the top.

 

Regards,

Julia

Posted: February 19, 2010 5:39 AM

Hi Madhavan,

 

You could add it manually in WebGrid Designer > Text Settings > Add. You can change for the Tooltip text here. I hope this help.

 

Regards,

Julia

Posted: February 19, 2010 5:36 AM

Hi Dennis,

 

Unfortunately, we didn't support to add image from client side in WebTreeView. However you can request for this valuable feedback through Developer Network > Community Center > Product Feedback > Feature Request, so that our development team could check the probability to implement this feature.

 

Regards,

Julia

Posted: February 18, 2010 10:01 PM

Hi Allan,

 

I am sorry but currently we don't support the feature right now. If you want to display the export report immediately, you need to do it from client side.

 

Regards,

Julia

All times are GMT -5. The time now is 11:53 AM.
Previous Next