User Profile & Activity

Lili Khiung Member
Page
of 15
Posted: April 18, 2011 12:41 AM

Hi Kenneth

 

To hide the help option in WebGrid, simply set the AlwaysShowHelpButton property in LayoutSettings to false. But to hide the help option in WebGrid context menu, you need to add this code in your clientside:

function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject)
{
   var WebGrid1 = ISGetObject(controlId); 
   menuObject.Items.GetNamedItem("mnuHelp").Hide();  /* to remove the help context menu */ 
            

   return true;
}

 I also attach the sample for you. Hope it helps.

 

Regards,

Lili Khiung

Posted: April 18, 2011 12:05 AM

Hi Huzefa,

 

1) You can set this in your aspx code:

<DisplayFormat format="-$ #,##0.000" isenabled="True" type="Number">
</DisplayFormat>

2) Choose the simple input in WebInput.NET Wizard an the set the property NumericInput to true.

3) Set this code in your aspx:

<DisplayFormat Format="#,##0" IsEnabled="True" Type="Number">
</DisplayFormat>

I also attach the sample I made based on your issue. Hope it helps.

 

Regards,

Lili Khiung

Posted: April 15, 2011 4:06 AM

Hi,

Deeply apologize for the misunderstanding. So the WebCalendar that you want to change the style is in the WebGrid edit mode. We need to discuss it further with our developers. We will inform you about the result soon.

 

Regards,

Lili Khiung

Posted: April 15, 2011 3:57 AM

Hi Kenneth,

I am terribly sorry I don't really get your question here. What kind of postback that you need to do? Could you explain in more detail? Do you create the start menu item from the database?

 

About the display, we need to discuss it with our developer and will inform you about the result soon.

 

Regards,

Lili Khiung

Posted: April 15, 2011 3:39 AM

Hi Kenneth,

This is the sample, I re-attach it for you.

 

Regards,

Lili Khiung

Posted: April 14, 2011 4:39 AM

Hi Kenneth,

I attach the simple sample along with your question in this link:

http://www.intersoftpt.com/Community/WebDesktop/Taskbar---Createing-a-Start-Menu/?1302767933959

Hope it helps.

 

Regards,

Lili Khiung

Posted: April 14, 2011 4:35 AM

Hi Kenneth,

Here's I attach the simple sample for you. Hope it helps.

 

Regards,

Lili Khiung

Posted: April 14, 2011 12:30 AM

Hi,

You can set the Css but you have to set all style properties that we provide if you want to set UseDefaultStyle = "false". But for image, for now you can use the workaround that I reply on this link:

http://www.intersoftpt.com/Community/WebEssentials/Style-Button-Images-on-WebCalendar/

We are still developing to enhance this feature.

 

Regards,

Lili Khiung

Posted: April 13, 2011 11:03 PM

Hi Jocelyn,

After using your CSS file, I still can't replicate your issue. I have clicked Recently open many times, but still couldn't replicate your issue. Could you find the pattern to reproduce this issue?

 

Regards,

Lili Khiung

Posted: April 13, 2011 10:42 PM

Hi Greg,

Could you give me a simple runable sample that replicate your issue so that I could check it on my end? That would be helpful, because after I made a sample based on your issue, changing the OverflowX could work for your issue.

 

Regards,

Lili Khiung

All times are GMT -5. The time now is 3:36 PM.
Previous Next