Hi there,
I searched the forum and the docs but could not find some answers regarding tile reordering in a TileGrid...
Does anyone know if it is possible to get the index of the drop location for a tile when canReorderTiles() is activated? By enabling tile reorder the changes are made just on the component underlying result set... But what if we want to catch the event and use the the drop index to actually make changes within the datasource?
Also, can the graphical hint of the new possible location (in case of a drop) be customised? And if yes, how?
I searched the forum and the docs but could not find some answers regarding tile reordering in a TileGrid...
Does anyone know if it is possible to get the index of the drop location for a tile when canReorderTiles() is activated? By enabling tile reorder the changes are made just on the component underlying result set... But what if we want to catch the event and use the the drop index to actually make changes within the datasource?
Also, can the graphical hint of the new possible location (in case of a drop) be customised? And if yes, how?
Comment