We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

DropDownList in jsGrid

I need an example of how to use a dropdownlist within a jsGrid Something like this:

<td class="dropdown">
                                <a rel='nofollow' href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
                                    <i class="material-icons">menu</i>
                                </a>
                                <ul class="dropdown-menu pull-right">
                                    <li><a rel='nofollow' href="javascript:void(0);" class="waves-effect waves-block" (click)="editClinic(clinic)"><i class="material-icons">create</i>{{l('Edit')}}</a></li>
                                    <li><a rel='nofollow' href="javascript:void(0);" class="waves-effect waves-block" (click)="delete(clinic)"><i class="material-icons">delete_sweep</i>{{l('Delete')}}</a></li>
                                </ul>
                            </td>



1 Reply

MS Mani Sankar Durai Syncfusion Team September 26, 2017 12:19 PM UTC

Hi Fabricio, 

Thanks for contacting Syncfusion support. 

We have analyzed your query and we suspect that you want to render the dropdown in toolbar for performing CRUD operation in grid. Based on your requirement we have prepared a sample in Angular that can be downloaded from the below link. 
We have also already documented a Syncfusion knowledge base that can be available from the below link. 

Refer the event link. 

Please let us know if you need further assistance. 

Regards, 
Manisankar Durai 


Loader.
Live Chat Icon For mobile
Up arrow icon