Search Results

Type: Posts; User: sundarsureshin

Page 1 of 2 1 2
Search took 0.01 seconds; generated 39 minute(s) ago.
  1. Hi,

    Is it possible to display check/uncheck checkboxselectionmodel on gridpanel header in the 4th column instead of 1st column? using MVC razor view code.

    Below is my code



    ...
  2. It worked for me.

    i have used the code



    Ext.getCmp("txtEnquiryheader").inputEl.removeCls('BGYELL');
    Ext.getCmp("txtEnquiryheader").inputEl.addCls('BGGREY');
  3. I had tried using this code in my application, background color was not changed.



    <style>
    .BGYELL {
    background-color: #FFFFC7 !important;
    color: black;
    font:...
  4. Thank you geoffrey.mcgill,

    but i tried adding with
    .addCls() it doesn't work for me, i need to remove the class "BGYELL" on Textfield and add new class "BGGREY" on Textfield.

    Kindly provide...
  5. How to Remove a fieldcls in text field and add a new class for text field? using javascript



    <style>
    .BGYELL {
    background-color: #FFFFC7 !important;
    color: black;
    ...
  6. Hi RCN,

    If i use this code, session will not expire?, my application will not redirect me to the login screen?


    <system.web>
    <sessionState mode="Off" />
    </system.web>
  7. Yes, it is, Thank you, got the solution.
  8. do anybody know, How to maintain a session without expiring throughout a day or two..? or to renew it without expiring in MVC razor application using c# code.
  9. Thank you Dimitris, it worked for me in the following code



    var values = new InsertOrderedDictionary<string, object>();
    values.Add("RadioFont", "Large");...
  10. Sure, will do.
  11. Thank you RCN, i will check on this.
  12. Hi Dimitris,

    I am sorry, i am using 2.5.2 version, mistakenly i have posted this in 1.x Help forum

    Please move it to 2.x or 3.x forum.
  13. RCN, i have posted it fully on #5 only thing i missed out is the json result function, by default on page load i dont see header for that gridpanel.



    var BindDestination= function (EMP_CODE) {...
  14. can any one suggest me how to set Value on Radiogroup from database via controller

    here is my code



    @(Html.X().RadioGroup()
    .ID("RFont")
    .LabelWidth(90)
    .Width(300)
  15. But for me it displays as shown below, even after loading with or without data.
    20941
  16. i have created a grid panel for role based designation of an employee, and it was suppose to display as shown below image
    20921

    Code for the grid panel is



    @(Html.X().GridPanel()
    ...
  17. Grid panel header was not displaying when i open an view page, how to display grid panel header rows all time.
  18. It worked, thank you Dimitris
  19. Grid panel Model Field with the type float was not displaying decimal point values if there is no value e.g if my value is $ 30.50 it displays the value as $ 30.5 and if it is $ 28.00 it displays as...
  20. Thanks for your reply, geoffrey.mcgill
  21. Ext.Net controls should have internet connection to load controls everytime when i access a page?
  22. Hi daniil,

    Is there any solution, to find the check column inside gridpanel from codebehind(controller).
  23. Please give me suggestion, how to find the check column control from the grid panel by java script or from controller(code behind) after data is loaded by store.

    how to loop the grid panel by...
  24. Hi,

    i need to show/Hide Checkbox control inside the grid panel with editable true at the time of loading the values to the grid panel store from the controller

    Header is to display as it is,...
  25. i am not reloading the view, iam redirecting to the view in buttonadd ...At that time i want my grid model to be reloaded . Please see my earlier post of my sample ...Controller ( HttpPost (Index) )
Results 1 to 25 of 33
Page 1 of 2 1 2