jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Input source does not work Input source does not work #61445

    Sandy
    Participant

    It returns Json data .

    public JsonResult method()
    {

    var dbResult = db.ID.ToList();
    var output = from e in dbResult

    select new
    {
    e.Asso_ID,
    };

    return Json(output, JsonRequestBehavior.AllowGet);
    }
    But it is not working as it should

    in reply to: Input source does not work Input source does not work #61439

    Sandy
    Participant

    Hi Peter,
    Thanks for your quick response. I would check and update. but Could you please tell me why the source is not working?

    Regards
    sandy

    in reply to: Runtime Error Runtime Error #61298

    Sandy
    Participant

    Now the error is Microsoft JScript runtime error: Unable to get value of the property ‘prototype’: object is null or undefined

    in reply to: Runtime Error Runtime Error #61297

    Sandy
    Participant

    after adding both the files I’m getting the same error again

    in reply to: Runtime Error Runtime Error #61294

    Sandy
    Participant

    <script src=”~/Scripts/jquery.min.js”></script>

    <link href=”~/Scripts/Vendor/Others/jqx.base.css” rel=”stylesheet” />
    <script src=”~/Scripts/Vendor/JQControls/jqxwindow.js”></script>
    <script type=”text/javascript”>
    $(document).ready(function () {
    $(“#Add_New”).jqxButton({ width: ‘150’ });
    $(“#Add_New”).on(‘click’, function () {
    alert(“Button Clicked”) ;
    });
    });
    <body>
    <input type=”button” id=”Add_New” value=”Add”/>
    </body>

    in reply to: background of jqxwindow background of jqxwindow #61231

    Sandy
    Participant

    Hi,
    I found the Solution just a few minutes before. I missed the opacity property. Thanks. And Could you please help with creating two shadows of the window?

    in reply to: Add new input row in jqxGrid Add new input row in jqxGrid #61165

    Sandy
    Participant

    Thank you
    Its working Fine

Viewing 7 posts - 1 through 7 (of 7 total)