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?
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.
Thanks
I can send you a sample project if you want