User Profile & Activity

Andi Santoso Support
Page
of 53

Hi Conrad,

    Actually, the bulid in of WebGrid is set like that regading to the privacy issue. So when you copy a row, it will restore the data based on what is shown. In a matter of fact, there is a workaround for this issue. You can try to create and add your own context menu and store each data(value or text) in each column by your on demand. Or perhaps, for the conveniences, you can request for this particular feature at Developer Network -> Community Center -> Product Support  -> Feature Request.  

    I hope it helps and please, let me know if you have any other questions. Thank you.

Best Regards,

Andi Santoso

     

Hello Scott,

    Yes, actually we do have the example of WebTab using Inline Content mode with a content inside. You may check in on our sample at WebDesktop\WebTab\PopulatingTabContentProgrammatically.aspx.

    I hope it helps and please, let me know if you have any other questions, thank you.

Best Regards,

Andi Santoso

Posted: January 6, 2010 11:04 PM

Hi Tenika,

     Have you recieved an email from our Marketing Department ? And have you tried to resolve your problem ? Apparently, it seems that you have entered wrong license key if I am not mistaken.

     Please let me know if the problem is solved. Thank you.

 

Best Regards,

Andi Santoso

Hi Charles,

      Actually, you can just use "Disable()" method to make them as Read-Only. Here are the sample code.

	function Disable_Webcombo() {

            var combo = ISGetObject("Webcombo1");

            combo.Disable();

         }

         function Disable_WebInput() {

            var input = ISGetObject("WebInput1");

            input.Disable();
         }

      I hope it helps and please, let me know if you have any other questions, thank you.

Best Regards,
Andi Santoso

Posted: January 6, 2010 9:36 PM

** Double Post **

Posted: January 6, 2010 9:36 PM

Hello Jocelyn,

   Are you asking on how to show the checkbox on the WebGrid? because I am not quite sure what is you issue. The Edit type of checkbox is, actually, will return the value of either 0 or 1 only. Here are the sample code to show the checkbox on the WebGrid and I attached you a sample file using northwind database to be more clearly for you.

 <ISWebGrid:WebGridColumn Caption="Discontinued" ColumnType="CheckBox" 
         CustomEditorName="HtmlEditor" DataMember="Discontinued" 
         DataType="System.Boolean" EditType="Checkbox" Name="Discontinued" Width="100px">
         <ValueList DataSourceID="AccessDataSource1" DataTextField="Discontinued" 
         		DataValueField="Discontinued">
         </ValueList>
</ISWebGrid:WebGridColumn>
I hope it helps and please let me know if this is not what are you looking for. Thank you.

Best Regards,
Andi Santoso

Hi Maged,

     It is wierd, because it looks fine in here and I attached you the result as well. Perhaps, you can create it by modifying my sample code and see if it works. Or maybe, if it still does not work, you can attach your code file for me to investigate it furthermore. Thank you.

Best Regards,

Andi Santoso

Hi Nicolas,
 
    May I know your WebGrid version? And please ensure you have got our newest hotfix, because I have tried under your environment and it still works fine.

    Thank you.

Best Regards,
Andi Santoso

Hi Maged,

     Attached is a simple .ascx sample regarding your problem. I set the RowHeightDefault="-1px" and perhaps, you miss to set the Height = "0px". For further more, you can take a look at my .ascx sample. Thank you.

Best Regards,

Andi Santoso

 

Posted: January 5, 2010 9:46 PM

Hi Tenika Lusby,

 

     No, all you have to do is to add the licenses to the License Manager. I have tried to validate your licenses and they are all valid. Ensure that you use it on Development and not Depolyment. And may I know what kind of Operating System are you using? Is it 32-bit or 64-bits ?

     Thank you.

 

Best Regards,     

Andi Santoso

 

All times are GMT -5. The time now is 7:45 PM.
Previous Next