User Profile & Activity

Andi Santoso Support
Page
of 53
Posted: February 9, 2010 11:14 PM

Hi Conca,

     From what I see on your code behind, you are using Unbound data binding. Sorry to tell you, but, our WebGrid does not support on exporting an Unbound WebGrid. Thank you.

Best Regards,

Andi Santoso

Hi Mircea,

     I think, I am having a problem to replicate the error or perhaps I was missing something. But I have tried to do your scenario and it works just fine. Attached is a sample simple code as same as you and it works nicely at my end. Perhaps you can modified my sample to replicate the issue and send them back again.

    I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Posted: February 9, 2010 10:40 PM

Hi Peter,

     Yes, the code that you have provided is almost correct. But to set the auto value of column, we will need to use SetText instead of SetValue. And also, we do not need to get the selected object and so on, because on OnBeforeAdd event, it will pass the rowObject, so we can just use that particular object.  Here is the snippet to do so:

  function WebGrid1_OnBeforeAdd(controlId, tblName, rowObject)
        {
            var WebGrid1 = ISGetObject(controlId);
            var cells = rowObject.GetCells();
            var getCell = cells.GetNamedItem("Description");
            getCell.SetText("This is an auto fill", true)
                     
            return true;
        }

      I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Posted: February 8, 2010 10:53 PM

Hi Mark,

      We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue (WebCombo 4.0.7200.219). Please click here to read the official press release.

      You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".

Best Regards,

Andi Santoso

Posted: February 8, 2010 10:50 PM

Hi Dasha,

     Sorry to tell, but, our grouping in WebGrid is grouped by the data that are rendered on its WebGrid. So if it has no data or empty, we can not have a grouped section with empty data. I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Posted: February 8, 2010 10:47 PM

Hi George,

       We have recently released WebUI Studio 2009 R2 Service Pack 1 which includes the fix for this issue (WebDesktop 3.0.7200.308). Please click here to read the official press release.

       You could also read which fix or enchancement included in the latest build by visiting the support page and clicking the control name located on the Right Pane "Latest Builds".

Best Regards,

Andi Santoso

Posted: February 8, 2010 10:21 PM

Hi Douglas,

     Thank you for detail information. However, it will be great if in some other time, you can kindly send the code as an attachment file. I will really appreciate that.

     If we integrate the DropDownList to WebGrid, we do not have that kind of behavior that showing dropdown list on initialize, however, we do have a workaround on this scenario. In order to do so, we will need to use CellTemplate and integrate it to our WebGrid. Attached is a sample of cellTemplate using dropdownlist. One thing to remember is, you will need to put the "cellTemplate_dp.cs" on your App_Code folder. On "cellTemplate_dp.cs", we will create a dropdownlist template and call these on our back end.

     I hope it helps and please, do not hesitate to ask if you have any other questions. Thank you.

Best Regards,

Andi Santoso

Hi Yousif, 

       Actually, you can ask the feature request at your Developer Network -> Community Center -> Product FeedBack -> Feature Request. Thank you.

Best Regards,

Andi Santoso

Posted: February 7, 2010 10:19 PM

Hi Way Hang Wee,

     Sorry to tell, however, our WebCombo does not support that kind of behavior. Our WebCombo can only create an inherit sequence link to one particular WebCombo. 

     I hope it helps and please do not hesitate to ask if you have any other questions.

Best Regards,

Andi Santoso

Posted: February 7, 2010 10:00 PM

Hi Yousif,

     Forgive me, but unfortunately, currently we do not have that kind of property. The only way to do so is by adding IsAutoWidht="True" in every each cell that we are desired to. On the other hand, perhaps, you can ask for feature request in this particular feature.

     I hope it helps and please do not hesitate to ask if you have any other questions. Thank you.

Best regards,

Andi Santoso

All times are GMT -5. The time now is 1:35 AM.
Previous Next