User Profile & Activity

Handy Surya Support
Page
of 223
Posted: August 21, 2012 3:42 AM

Hello,

Thank you for your valuable feedback. I will forward it to our dveloper teams. Fyi, for the future, we will change the trial box design with vs2012 using metro style. This dialog box will use wpf control. However, this style can only be used inside Vs2012.

Regards,

Handy

Posted: August 15, 2012 6:12 AM

Hello,

As far I know, you could not use asp button for your scenario. To trigger server side event, you need to use AutoPostBack true. In this state, any click clientside event would be ignored because it got postback first.

Also, I am not sure about what did you mean by "I can't resize the image". Does this mean, that button size is not fit with the row height? If that so, to make it automatic size became fit, simple set RowHeightDefault to -1.

In order to fullfil your scenario, I think you might want to try WebButton. Our WebButton has some advantages than the default button.
You can set the display as image button. Also, you can also trigger flypostback.
In this state you should able call your serverside event plus your clientside event.

<ISWebGrid:WebGridColumn Caption="ButtonImageColumn" ColumnType="Template" EditType="NoEdit"
Name="ButtonImageColumn" Width="100px" ButtonAutoPostback="True">
    <CellTemplate>
         <ISWebDesktop:WebButton ID="WebButton1" runat="server" Height="20px"
          Text="TES" AutoPostback="True" onclicked="WebButton1_Clicked"  OnClientClick="WebButton1_OnClientClick">
         </ISWebDesktop:WebButton>
    </CellTemplate>
</ISWebGrid:WebGridColumn>

 

Regards,
Handy

Posted: August 13, 2012 11:10 PM

Hello Andre,

I guess you want to have image button that have click serverside event, correct? If that so, why don't you use our WebGrid ButtonImage type column?

To trigger its server side, simple set the autopostback true.

<ISWebGrid:WebGridColumn Caption="ButtonImageColumn" ColumnType="ButtonImage" EditType="NoEdit" 
                        Name="ButtonImageColumn" Width="100px" ButtonAutoPostback="True" 
                        ButtonPostbackMode="FullPagePostback">
</ISWebGrid:WebGridColumn>

 

Regards,
Handy

Posted: August 12, 2012 10:51 PM

Hello,

It would be easier if you use Custom column. You can combine any type/script in there.

e.g

 if (e.Row.Cells.GetNamedItem("CustomerID").Text == "ALFKI")
 {
            e.Row.Cells.GetNamedItem("Test1").Text = "<a href='http://google.com'> <img alt='HyperLink' src='../../images/1.gif'/>";
 }


Regards,
Handy

Posted: August 12, 2012 10:39 PM

Hello Ahmed,

What firefox version that you used. In Firefox, you should be able to navigate the cell much like IE. When inside editable mode, you could not just navigate just using keyboard.

We have behaviour when using arrow within edit mode, it will navigate in the editted text inside, not to navigate through into other cell. Also, in our documentation, it does not mean for edit mode.

If you want to have that scenario, you should hanlde it by yourself. We have clientside event OnEditKeyDown. You need to validate keyCode for the arrow. If it is valid, just navigate moving to next cell by calling ExitEdit() first.

Regards,
Handy

Posted: August 12, 2012 10:24 PM

Hello Su su,

Please resend us a runable sample. The current project is not runable. We even don't have the db to run the sample. Btw, If I am not mistaken, NavigateURL accepts string format that shows URL link address, not javascript function. 

Regards,
Handy

Hello Sumner,


What kind of security that you set? I think the problem also connected with the security that set in SSRS datasource. If our SQLReportViewer really still called other datasource report, we need to replicate this in our environment first. So, would you mind to brief or guide us in step by step in detail such as in screenshot or video? We just don't want to miss any scenario that make the issue comes again.

Regards,
Handy

Hello Sumner,

Can you please guide me by showing a recording video how to set up your database in SSRS? I think there is a problem in security that he haven't handle. But we need your help to figure out the issue.

Regards,
Handy

Posted: August 1, 2012 6:49 AM

Hello,

Are you using WebStyleManager for themes? Please help us to confirm which control that shows this issue. Please let us know more detail such as VS environment and control version.

Regards,
Handy

Posted: July 18, 2012 10:00 AM

Hello,

We could not decide the fixed date, but it should be in our R2 release. Also, I would need to confirm your question with our developer teams. Please bear with me.

Regards,
Handy

All times are GMT -5. The time now is 10:48 AM.
Previous Next