Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Problem with Submit button
posted

Hi

I am using this code as a submit button for a form:

@(Html.InfragisticsMobile() .Button() .ID("btn1") .Mini(true) .Inline(true) .Icon(DefaultIcons.Check) .IconPosition(IconPositions.Right) .IsSubmitButton(true) .Text("Submit") .Theme("e") .Render())

but it doesnt submit.

If I add .UseNative(true) then it does submit the form but I lose all formatting.

Is this an issue and/or is there a work around?
Parents
No Data
Reply
  • 25665
    Offline posted

    Hello dhardy123,

    Thank you for contacting Infragistics!

    We received your question concerning the jQuery Mobile Button. I am looking into this matter and will get back to you by the end of the day Tuesday with more information or questions for you.

Children