Thanx Kiran and Andras for your time. Finally i got the solution.
Actually it was happend due to ng-show which i have used for div hide/show. And that's the reason UI-grid giving me display issue. *Then I have instead of using "ng-show" i used "ng-if" in the div hide/show and now its working properly.* On Wednesday, March 23, 2016 at 1:16:28 PM UTC+5:30, Kiran A wrote: > > Hi pravin, > > It is working for me so i suggested. > > On Wed, Mar 23, 2016 at 12:54 PM, <[email protected] <javascript:>> > wrote: > >> Thanx Kiran. >> >> I have used the same but it does not work for me. >> >> >> >> On Wednesday, March 23, 2016 at 10:21:41 AM UTC+5:30, Kiran A wrote: >>> >>> <div id="grid" ui-grid="gridOptions" class="grid" dir="ltr" >>> ui-grid-resize-columns ui-grid-move-columns ui-grid-auto-resize >>> ></div> >>> >>> On Tue, Mar 22, 2016 at 6:17 PM, <[email protected]> wrote: >>> >>>> Thanx Kiran for reply. >>>> >>>> But can you please tell me where to write this function. >>>> >>>> On Tuesday, March 22, 2016 at 5:46:59 PM UTC+5:30, Kiran A wrote: >>>>> >>>>> Add resize() function.it will work >>>>> >>>>> On Tue, Mar 22, 2016 at 3:07 PM, <[email protected]> wrote: >>>>> >>>>>> Hi All, >>>>>> >>>>>> I have used the ui grid 3.1.1 in my project. >>>>>> >>>>>> Some time the columns in UI grid does not get displayed. but when i >>>>>> restore/maximized the browser its get automatically display. >>>>>> >>>>>> Please give me some suggestion >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "AngularJS" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> To post to this group, send email to [email protected]. >>>>>> Visit this group at https://groups.google.com/group/angular. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks and Regards, >>>>> *Kiran A* >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "AngularJS" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at https://groups.google.com/group/angular. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Thanks and Regards, >>> *Kiran A* >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Thanks and Regards, > *Kiran A* > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
